[DllImport("coredll.dll", EntryPoint="CeSetUserNotificationEx", SetLastError=true)]
private static extern int CeSetUserNotificationEx(int hNotification, byte[] lpTrigger, byte[] lpUserNotification);
[DllImport( "coredll.dll" )]
private static extern IntPtr CeSetUserNotificationEx( IntPtr notification, CE_NOTIFICATION_TRIGGER notificationTrigger, CE_USER_NOTIFICATION userNotification );
Declare Function CeSetUserNotificationEx Lib "coredll.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
Taken from openNetCF in OpenNETCF.Win32.Notify
Please add some!
Please add some!